Overview
Service Regions
Service Region
API Endpoints
Authentication
curl --location --request GET 'https://auth.squadcast.com/oauth/access-token' \
--header 'X-Refresh-Token: 0d2a1a9a454dxxxxxxxxxxxx'{
"data": {
"access_token": "eyJhbGciOiJIUxxxxx.xxxxxxxxxxxxxxx.xxxxxxxxxxxxxxx",
"expires_at": 1587412870,
"issued_at": 1587240070,
"refresh_token": "0d2a1a9a454dxxxxxxxxxxxx",
"type": "bearer"
}
}Access Control
Authorization
Last updated