Documentation Index
Fetch the complete documentation index at: https://docs.apifycloud.io/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
POST https://api.apifycloud.io/api/v1/oauth/token
Authentication
No bearer token required.Request body
grant_type(string, required) must beclient_credentialsclient_id(string, required)client_secret(string, required)
Response
Errors
400 invalid_requestinvalid JSON body400 unsupported_grant_typeonlyclient_credentialssupported400 invalid_clientmissingclient_idorclient_secret401 invalid_clientclient not found or invalid secret500 server_error