Skip to main content
GET
/
v2
/
orgs
/
join
cURL
curl --request GET \
  --url https://api.eda.prisme.ai/v2/orgs/join \
  --header 'Authorization: Bearer <token>'
{
  "error": "AuthenticationError",
  "message": "Unauthenticated"
}

Documentation Index

Fetch the complete documentation index at: https://docs.prisme.ai/llms.txt

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

Authorizations

Authorization
string
header
required

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

Query Parameters

code
string

Invite code to join with

token
string

Email invite token to join with

Response

Redirect to console on success or to sign-in page with error on failure