Didomi · Capability
Didomi Platform API — Consents Users & Tokens
Didomi Platform API — Consents Users & Tokens. 6 operations. Self-contained Naftiko capability over the Didomi Platform REST API.
Didomi Platform API — Consents Users & Tokens is a Naftiko capability published by Didomi, one of 10 capabilities the APIs.io network indexes for this provider. It bundles 6 operations across the POST, GET, PATCH, and DELETE methods rooted at /v1/consents.
The capability includes 2 read-only operations and 4 state-changing operations. Lead operation: Create a new consent token. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include Didomi, Consent Management, and Privacy.
What You Can Do
POST
Post consents tokens
— Create a new consent token
/v1/consents/tokens
GET
Get consents users
— Retrieve users
/v1/consents/users
POST
Post consents users
— Create a new user
/v1/consents/users
GET
Get consents users id
— Retrieve a user
/v1/consents/users/{id}
PATCH
Patch consents users id
— Patch a user
/v1/consents/users/{id}
DELETE
Delete consents users id
— Delete a user
/v1/consents/users/{id}
MCP Tools
didomi-post-consents-tokens
Create a new consent token
didomi-get-consents-users
Retrieve users
read-only
idempotent
didomi-post-consents-users
Create a new user
didomi-get-consents-users-id
Retrieve a user
read-only
idempotent
didomi-patch-consents-users-id
Patch a user
didomi-delete-consents-users-id
Delete a user
idempotent