v1

latestOpenAPI 3.0.02026-07-24674164.7 KB

Generate access token with authorization code

post/token#

Query parameters

grant_typestring required

set to authorization_code to specify the grant type flow

client_idstring required

The API key retrieved from your Dailymotion Studio.

client_secretstring required

The API secret retrieved from your Dailymotion Studio

redirect_uristring 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.

codestring required

authorization code retrieved in previous step

Response

Successful response