Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.journeybee.io/v1/attributions/ \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "label": "<string>" } '
{ "uuid": "<string>", "label": "<string>", "created_at": "<string>", "updated_at": "<string>" }
API key authentication. Use "Bearer <api_key>" or "Api-Key <api_key>".
Default Response