Create a New Access Token

This endpoint creates an access token. Access tokens are valid only for the set of operations and resources described in the scope of the token request. For more information, see Authentication Guide.

Form Data
string
required
Defaults to client_credentials

The way the application gets an access token. Use client_credentials.

string
required
Defaults to DegreedIsTheBest

The client_id given to you by Degreed.

string
required
Defaults to WeDesignForPeople

The client_secret given to you by Degreed.

string
required
Defaults to users:read,users:write,content:read,content:write,completions:read,completions:write,required_learning:read,required_learning:write,groups:read,groups:write,pathways:read,pathways:write,recommendations:read,views:read,search_terms:read,skill_plans:read, skill_plans:write,skill:read,skill:write,logins:read,providers:read,provider_users:write, provider_users:read,user_skills:read,user_skills:write,skill_ratings:read,skill_ratings:write,todays_learning:read,xapi:read,xapi:write,xapi:all,user_skills:write,skill_ratings:write,bundles:read,bundles:write,shared_items:read,shared_items:write,accomplishments:read,accomplishments:write,opportunity:read,opportunity:write,certificates:read,certificates:write, custom_attribute:write, custom_attribute:read, user_badges:read, user_badges:write, self_enrolled_learning:write, self_enrolled_learning:read, experiences:read, experiences:write, awards:read, awards:write, degrees:read, degrees:write, job_roles:read, job_roles:write

The list of scopes used to control sets of operations and resources that the access token permits. The list must use a comma-delimited data format.

Response
200

Success

Language
Response
Click Try It! to start a request and see the response here!