Flambe docs

Get a creator profile

GET
/api/v2/creator-profiles/{profile_key}

Authorization

bearerAuth
AuthorizationBearer <token>

A Clerk session JWT. Obtain one with a Clerk frontend SDK (session.getToken()) or, for server-to-server use, with a Clerk machine token. The token's sub claim is the Flambe user id that scopes every request.

In: header

Path Parameters

profile_key*string

{platform}:{handle}, URL-encoded.

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/api/v2/creator-profiles/instagram:saminnosrat"
{  "profile_key": "string",  "platform": "instagram",  "handle": "string",  "url": "http://example.com",  "avatar_url": "http://example.com",  "creator_id": "string"}