v1
latestOpenAPI 3.1.02026-07-2416666272.6 KBProfiles
Create new profile
Creates a new video player profile for the authenticated user
post/profile
Request body
Example request
{
"name": "63351f5e-327b-4d9b-8c0c-a3a6ec79d719"
}Response
Profile created successfully
Example response
{
"data": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "63351f5e-327b-4d9b-8c0c-a3a6ec79d719"
},
"message": "Created"
}