App Authentication
Last updated
Last updated
Do not require authentication:
Do require authentication:
Authenticated Patch API endpoints use to authenticate requests.
Get Started
On , request a client_id
and client_secret
Request a Bearer token via the /v1/auth
endpoint
Provide the Bearer token in the Authorization
header
On request a client_id
and client_secret
to access the service.
Use the script below to get a Bearer token for your client_id
and client_secret
.
Bearer tokens expire every 60 minutes so a new one needs to be generated.
API requests are authenticated using the . To authenticate a request, provide the Bearer token in the Authorization
header of the request: