Skip to main content
POST
/
v1
/
organizations
/
{organization_id}
/
widget-token
Organization Widget Token
curl --request POST \
  --url https://almanac-backend-83vc.onrender.com/v1/organizations/{organization_id}/widget-token \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "token": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

authorization
string | null

Path Parameters

organization_id
string
required

Body

application/json
widget
enum<string>
required
Available options:
profile,
enterprise,
developers

Response

Successful Response

token
string
required