Skip to main content
POST
Exchange a code or refresh token for an access token

Body

application/x-www-form-urlencoded
grant_type
enum<string>
Available options:
authorization_code,
refresh_token
code
string
redirect_uri
string
client_id
string
client_secret
string

Confidential clients only.

code_verifier
string
refresh_token
string

Response

Tokens

access_token
string
token_type
enum<string>
Available options:
Bearer
expires_in
integer
Example:

600

refresh_token
string
scope
string
Example:

"connect"

address
string
Example:

"https://you.meradomo.com"

host
string
Example:

"you.meradomo.com"