Profiles API
API endpoints for managing customer profiles.
Navigation
Use the table of contents on the right to jump to specific endpoints.
GET /profiles/{profileId}/notes
Authorizations
JWT Authorization header using the Bearer scheme. \r\n\r\n
Enter 'Bearer' [space] and then your token in the text input below.
\r\n\r\nExample: 'Bearer 12345abcdef'
Basic Authentication with username and password.
Parameters
Path Parameters
"int32"Responses
OK
POST /profiles/{profileId}/note
Authorizations
JWT Authorization header using the Bearer scheme. \r\n\r\n
Enter 'Bearer' [space] and then your token in the text input below.
\r\n\r\nExample: 'Bearer 12345abcdef'
Basic Authentication with username and password.
Parameters
Path Parameters
"int32"Request Body
Responses
OK
PUT /profiles/{profileId}/note/{noteId}
Authorizations
JWT Authorization header using the Bearer scheme. \r\n\r\n
Enter 'Bearer' [space] and then your token in the text input below.
\r\n\r\nExample: 'Bearer 12345abcdef'
Basic Authentication with username and password.
Parameters
Path Parameters
"int32""int32"Request Body
Responses
OK
DELETE /profiles/{profileId}/note/{noteId}
Authorizations
JWT Authorization header using the Bearer scheme. \r\n\r\n
Enter 'Bearer' [space] and then your token in the text input below.
\r\n\r\nExample: 'Bearer 12345abcdef'
Basic Authentication with username and password.
Parameters
Path Parameters
"int32""int32"Responses
OK