Authenticate using client credentials
Client credentials usageThis grant_type is only accessible using Private API keys and using the partner.api.dailymotion.com endpoints.
The Platform API uses the OAuth 2.0 protocol to secure authentication, and supports the client_credentials grant type to generate access tokens.
Make a POST request to:
https://partner.api.dailymotion.com/oauth/v1/tokenInclude the following parameters:
grant_type: Set toclient_credentialsto specify the grant type flow.client_id: The API key from step 1.client_secret: The API secret from step 1.scope: Space-separated list of required scopes.
Updated 12 days ago
