Client Credentials Flow
Request
curl --request POST \
--url 'https://auth.loomai.com/oauth/token' \
--header 'content-type: application/x-www-form-urlencoded' \
--data grant_type=client_credentials \
--data audience=https://api.loomai.com/ \
--data client_id={CLIENT_ID} \
--data client_secret={CLIENT_SECRET}Response
Last updated
Was this helpful?