cURL
curl --request POST \ --url https://api.streamkap.com/auth/access-token \ --header 'Content-Type: application/json' \ --data '{ "client_id": "<string>", "secret": "<string>" }'
{ "expires": "<string>", "expiresIn": 123, "accessToken": "<string>", "refreshToken": "<string>" }
Get access token.
Successful Response
Was this page helpful?