Access Token
GET https://auth.squadcast.com/oauth/access-token
Get access token to make authenticated HTTP requests to the Squadcast API.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Refresh-Token | string | (Required) Send your refresh token optained from Squadcast web application. |
RESPONSES
status: OK
{"data":{"access_token":"eyJhbGciOiXXXXXXXXXXXXXX.eyJleHXXXXXXXXX.XXXXXXXXXXOwuvUNA","expires_at":1587412870,"issued_at":1587240070,"refresh_token":"0d2a1a9a45XXXXXXXXXXXXXX3f134279","type":"Bearer"}}