GET
/
v1
/
affiliate
/
sub_ids
curl --request GET \
  --url https://api.getreditus.com/api/v1/affiliate/sub_ids \
  --header 'Authorization: Bearer <token>'
{
  "sub_ids": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json
Successful response
sub_ids
string[]