cURL
curl --request PUT \ --url https://api.paxos.com/v2/profiles/{profile_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "profile_id": "b7b77d82-e6a7-4ae9-9904-36231aedf985", "nickname": "MyProfileName" }'
{ "id": "b7b77d82-e6a7-4ae9-9904-36231aedf985", "nickname": "MyProfileName", "type": "NORMAL" }
Change the nickname label for the given profile_id (Profile).
nickname
profile_id
Paxos APIs use OAuth 2 with the client credentials grant flow.
Token URLs:
Learn more in the API credentials guide →
A successful response.
The response is of type object.
object
Was this page helpful?