v1
latestOpenAPI 3.1.02026-07-24318141.2 MBCreate User Profile
post/applications/{client_id}/profile/
Path parameters
client_idstring required
Unique identifier of application
Request body
Response
201
Example response
{
"id": "cf827079-fdca-49b9-a775-f24198496d5e",
"url": "https://cf-blast.livelikecdn.com/api/v1/profiles/cf827079-fdca-49b9-a775-f24198496d5e/",
"created_at": "2019-09-30T15:59:44.933696Z",
"nickname": "My Nickname",
"attributes": [
{
"key": "team_name",
"value": "All Stars"
}
],
"subscribe_channel": "profile.cf827079-fdca-49b9-a775-f24198496d5e",
"access_token": "O9twWCDxrthFpZ9ATRYl9Zy7RdgOiZVCb4g1kh6AAWUPwqCO94rleQ"
}