Connect v1 OAuth Token

Endpoint Description

Retrieve an OAuth authentication token that grants access to the Takeuchi API(s) using valid client credentials. This endpoint and parameters maybe updated to be more compliant. Insert the authentication token into the header of other API requests.

Request Information

URI

POSThttps://auth.takeuchi-us.com/Connect/v1/oauth/token

URI Parameters

None (Empty)

Header Parameters

No additional headers required.

Body Parameters

Client identification credentials.

Client v1

Name Description Type Additional Information
client_id Client identifier -- a unique string representing the client. The client identifier MUST NOT be used alone for client authentication. string Required
client_secret Client secret -- a unique string paired with the identifier. The client secret MUST NOT be used alone for client authentication. string Required

Request Formats

Response Information

Resource Description

A time limited authentication token for client use.

Token v1

Name Information Type
token_type The type of the access token. string
expires_in The lifespan of the token to access resources. integer
access_token The token that is the credentials to access protected resources. string

Response Formats

Return