Client v2
The client credentials are used as an authorization grant to the protected resources under the control of the client.
Name Description Type Additional Information
grant_type Grant type must be "client_credentials" in order to access resources under the control of the client. string Required
client_id Client identifier is a unique string representing the client. Both the client ID & secret are used for client authentication. string Required
client_secret Client secret is unique string paired with the identifier. Both the client ID & secret are used for client authentication. string Required
scope The scope of access request, it can be a space delimited value. Using "any" will grant all available permissions to token. string Required
Return
© 2025 Takeuchi-US. All rights reserved