cURL
curl --request POST \ --url https://api.sumvin.com/v0/pint/exchange \ --header 'Content-Type: application/json' \ --data ' { "pint": { "wallet": "<string>", "nonce": 123, "statement": "<string>", "scopes": [ "<string>" ], "resources": [ "<string>" ], "max_amount": "<string>", "max_amount_token": "<string>", "expires_at": 123 }, "signature": "<string>", "audience": "<string>", "source_chat_message_id": 12345 } '
{ "_links": {}, "sig": "<string>", "id": "<string>", "audience": "<string>", "scopes": [ "<string>" ], "expires_at": 123, "sri": "<string>" }
Tenant org ID for multi-tenant auth
Show child attributes
Optional chat message ID correlating this PINT back to the conversation that generated it. When provided, the message must belong to a chat session owned by the authenticated user.
12345
Successful Response
HAL-style hypermedia links for navigation and available actions.
JWT token issued for the PINT
PINT URI
Sumvin Resource Identifier for the signer