Entity
Create a delegate token
Creates a delegate token for an entity. The delegate token is a JWT that allows a delegate to act on behalf of the entity. If a delegate DID already exists for the given delegateId, it will be reused.
post/entities/{entityDID}/delegateToken
Path parameters
entityDIDstring did required
Decentralized Identifier (DID)
Example:did:web:vasps.id:jxnl0411:at
The DID of the entity
Request body
Example request
{
"entityDID": "did:web:example.com"
}Response
Delegate token created successfully
Example response
{
"delegateDid": "did:web:example.com"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.