curl --request GET \
  --url https://api.senddotssandbox.com/api/users/get \
  --header 'Authorization: Basic <encoded-value>'
["0e702e6d-5d2b-450b-8ee7-7c92f3d6c984", "b584c66d-a209-4c92-9b5a-ad59f410d631"]

Authorizations

Authorization
string
headerrequired

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

200 - application/json

Array containing the ID of every user of your app