v1

latestOpenAPI 3.1.02026-07-24318141.2 MB

Create User Profile

post/applications/{client_id}/profile/

Path parameters

client_idstring required

Unique identifier of application

Request body

nicknamestring

If not provided, a nickname will be assigned

custom_datastring

String data to send with the user profile. Typically contains a string JSON payload to be decoded by the client SDK

Response

201

idstring
urlstring
created_atstring
nicknamestring
pointsinteger
subscribe_channelstring
reported_countinteger
access_tokenstring

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"
}
All 318 operations