Skip to content

Latest commit

 

History

History
54 lines (54 loc) · 1.67 KB

List contacts groups.md

File metadata and controls

54 lines (54 loc) · 1.67 KB

List contacts groups

Returns the list of existing contacts groups, paginated.

Remember to provide the authentication HTTP headers as described in the Authenticate using a session key and the Authenticate using a user token sections.
All the query string parameters in URL must be UTF-8 URL Encoded.

HTTP Headers

user_key / Session_key

HTTP Method

GET

HTTP Request

https://app.gateway.smsend.it/API/v1.0/REST/groups?pageNumber={page}&pageSize={size}

Parameters

Parameter Type Description Required Default
pageNumber int The page number No 1
pageSize int The page size No 5

Returns

Code Description
200 The paginated list of contacts groups, as a Json Object
401 [Unauthorized] User_key, Token or Session_key are invalid or not provided
404 [Not found] The User_key was not found