Skip to main content

get api access token

POST 

/public/apiClient/accessToken

Get the Bearer Access Token by giving the Suger API Client ID & Client Secret.

Request

Body

required

Suger API Client

    id stringrequired

    The ID of the API Client.

    organizationID stringrequired
    secret stringrequired

    The secret of the API Client.

Responses

OK

Schema

    access_token string
    expires_in integer

    Default value: 3600

    The token expires in 1 hour

    expires_on date-time

    The UTC timestamp when the token expires

    token_type string

    Default value: Bearer

Loading...