Public
Documentation Settings

Request Public API

External APIs for Base Request

Group

POSTGet detail of group request by ID

https://request.{{domain}}/extapi/v1/group/get

Get specific group by ID

Bodyurlencoded
access_token

{{request_access_token}}

id

11

REQUIRED, id of the group

Example Request
curl
curl --location -g 'https://request.{{domain}}/extapi/v1/group/get' \
--data-urlencode 'access_token={{request_access_token}}' \
--data-urlencode 'id=11'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

POSTList all groups

https://request.{{domain}}/extapi/v1/group/list

Get list of all groups

Bodyurlencoded
access_token

{{request_access_token}}

page

0

Optional, page_id

Example Request
curl
curl --location -g 'https://request.{{domain}}/extapi/v1/group/list' \
--data-urlencode 'access_token={{request_access_token}}' \
--data-urlencode 'page=0'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

Request

Direct