Home Sign In Try Free

Groups


The groups path contains everything related to managing your groups.


Get Groups


Request URL

http://api.textplode.com/v3/groups/get/all

Parameters

[string] api_key - Your API Key

Response

[array] An array of groups (id, first_name, last_name, number, score)
Parameters

Get Group


Request URL

http://api.textplode.com/v3/groups/get/group

Parameters

[string] api_key - Your API Key
			   [int] id      - The ID of the group to be returned

Response

[array] A group (id, first_name, last_name, number, score)