Authenticate using client credentials


🔑

Client credentials usage

This 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/token

Include the following parameters:

  • grant_type: Set to client_credentials to 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.