Creates an access tokenAsk AIpost https://api.sikoia.com/tokenRecent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Form DataToken requestgrant_typestringrequiredThe type of Oauth 2.0 grant. Must be set to client_credentialsscopestringrequiredThe scope of the token. Must be set to https://api.sikoia.com/.default for production and https://api-staging.sikoia.com/.default for stagingclient_iduuidrequiredThe client ID of your applicationclient_secretstringrequiredThe client secret that you created for your applicationResponses 201Returns the access token in JWT format along with metadata about token expiry and validity 400Error response compliant with Oauth 2.0 specificationUpdated 2 months ago