Authentication
This sample call, which shows the Users API, includes a bearer token in the Authorization request header.
Specifying the user agent
Authorization: Bearer {api_key}Example Authenticated Request
curl --location --request GET 'https://{sub-domain}.trustswiftly.com/api/users' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header 'User-Agent: TrustSwiftly/1.0' \ \
--header 'Authorization: Bearer {api_key}'Validate All Keys
POST /api/verify-credentialsLast updated