M2M

M2M (Machine-to-Machine) authentication works on an OAuth framework. You can generate an M2M auth token using your OAuth provider's Client ID and Client Secret, which can then be used to access the platform as a service account.

Example:

  1. Generate an M2M auth token using your OAuth provider's client credentials.

  2. Use the M2M auth token to authenticate API requests made by your service account.

Last updated