Add a service endpoint to an identifier
POST/api/v1/wallets/:walletExternalKey/identifiers/:identifierExternalKey/services
| URL | Description |
|---|---|
| https://wallet.acc.credenco.com | Generated server url |
Adds a service entry with optional non-standard attributes to the identifier. Only supported by identifier types that expose service endpoints; other types return 422.
Required Role
| Role | Description |
|---|---|
WALLET_IDENTIFIER_CRUD | Create, read, update and delete identifiers |
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 422
Service added successfully
Invalid request body.
Unauthorized.
Forbidden.
Identifier not found.
Identifier type does not support services, or the serviceId is already in use.