HomeGuidesAPI Reference
GuidesAPI ReferenceGitHubAirheads Developer CommunityLog In
API Reference

Obtain an OAuth2 access token for making API calls

Obtain an OAuth2 access token for making API calls

Body Params
string
enum
required

OAuth2 authentication method

Allowed:
string
required

Client ID defined in API Clients

string

Client secret, required if the API client is not a public client

string

Username for authentication, required for grant_type "password"

string

Password for authentication, required for grant_type "password"

string

Scope of the access request

string

Refresh token issued to the client, required for grant_type "refresh_token"

Responses

Language
Response
Choose an example:
application/json