Skip to main content
POST
/
token
OAuth 2 Authorization Endpoint
curl --request POST \
  --url https://backend.getisla.dev/v1/oauth2/token \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data 'client_id=<string>' \
  --data 'client_secret=<string>' \
  --data grant_type=refresh_token \
  --data 'refresh_token=<string>'

Body

application/x-www-form-urlencoded
client_id
string
required
client_secret
string
required
grant_type
enum<string>
default:refresh_token
required
Available options:
refresh_token
refresh_token
string
required

Response

200

Success