Skip to main content
GET
/
api
/
chats
/
{id}
/
artist
cURL
curl --request GET \
  --url https://api.recoupable.com/api/chats/{id}/artist
{
  "status": "success",
  "room_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "artist_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "artist_exists": true
}

Documentation Index

Fetch the complete documentation index at: https://developers.recoupable.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
string<uuid>
required

The unique identifier (UUID) of the chat room.

Response

Chat artist resolved successfully

status
enum<string>
required

Status of the request

Available options:
success
Example:

"success"

room_id
string<uuid>
required

UUID of the chat room

artist_id
string<uuid> | null
required

UUID of the artist account associated with the chat, or null when no artist is linked

artist_exists
boolean
required

Whether an artist is linked to the chat room