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.
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>"
}Was this page helpful?