Build your authorization code

You need to build your authorization URL that includes the required parameters to be able to collect an authorization code.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Aboutredirect_uri

Callback URL & redirect_uri must match
The redirect_uri needs to match the Callback URL of your API key. If these values are different, the authorization server will reject your request.

Unauthorized errors
If the user does not authorize your application, Dailymotion redirects the user to the redirect_uri you specified, and adds both error and error_description parameters to the query

Dynamic redirect uri
If your redirect_uri is dynamic, you can add a slug to your callback URL defined on your API key, following this model:

http://www.example.org/callback/SLUGNAME

Query Params
string
required
Defaults to code

Set to “code” to indicate that you want to receive an authorization code

string
required

The API key retrieved from your Dailymotion Studio.

string
required

The redirection URI where the authorization server will send the user after successful authentication and consent. This URI needs to match the Callback URL of your API key. If these values are different, the authorization server will reject your request.

string
required

Need to be defined for specific permissions or access rights

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