API reference
cURL
curl --request POST \ --url https://api.sandbox.isometric.com/registry/v0/beneficiary \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'x-client-secret: <x-client-secret>' \ --data ' { "beneficiary_domain": "<string>", "beneficiary_name": "<string>" } '
{ "domain": "isometric.com", "id": "<string>", "name": "<string>" }
Create a new beneficiary for your organisation to retire on behalf of.
A JWT Bearer token header for authentication and authorization, in the format Authorization: Bearer <token>
Authorization: Bearer <token>
A secret token identifying the client connecting to the API
A publicly visible organisation domain name to be put on the retirement certificate
256
A publicly visible name to be put on the retirement certificate
Successful Response
"isometric.com"
20 - 37
Was this page helpful?