Authentication
Access token
curl -H "Authorization: Bearer <token>" https://api.didomi.io/v1/propertiesAuthentication workflow
Key
Value
Description
curl --request POST --url 'https://api.didomi.io/v1/sessions' --header 'content-type: application/json' --data '{"type": "api-key", "key": "<Your API key>", "secret": "<Your API secret>"}'Last updated