Tokens
Request Token
POST
Returns a bearer token needed for all Customer Consent Management Dashboard API requests. Each token expires in five minutes. A fresh token must be requested after expiration or revocation. This request requires a
client_id and client_secret in the header. Only admins can view, generate, and rotate credentials. The body of the request must include the consent_management scope and the customerId which matches the openid_connect_user_id. To manage credentials in the Data Provider Portal, go to Configuration > Consent Dashboard Management and select Generate API credentials.
Path Parameters
API version. Indicates which FDX version is in use. Default value =
v4.Body Parameters
For Consent Management,
type must be consent_management.Include
customer.modify_consent:{customer_id}. The is the customer’s openid_connect_user_id.
