v1

latestOpenAPI 3.1.02026-07-24318141.2 MB

Create a Relationship Type

post/profile-relationship-types/

Request body

client_idstring required

The Application's Client ID

namestring required

The human-readable name of the relationship type. Example: "Follow"

keystring required

The key of the relationship type. The key must be unique within the application. Example: follow

Response

201

client_idstring
created_atstring
idstring
keystring
namestring
urlstring

Example response

{
  "client_id": "BpwNvZVpqAwHdWGxmdOde5W4ehMqqRkbuRPfu9OP",
  "created_at": "2023-02-21T14:43:30.325594Z",
  "id": "1da7c4c8-6e42-4d50-8d32-aa0be0bd0933",
  "key": "follow",
  "name": "Follow",
  "url": "https://cf-blast.livelikecdn.com/api/v1/profile-relationship-types/1da7c4c8-6e42-4d50-8d32-aa0be0bd0933/"
}