Skip to main content
GET
/
v2
/
login
cURL
curl --request GET \
  --url https://api.eda.prisme.ai/v2/login \
  --header 'Authorization: Bearer <token>'
{
  "provider": "local"
}

Documentation Index

Fetch the complete documentation index at: https://prismeai-docs-next.mintlify.app/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

provider
string

Auth provider slug. Required if domain is not provided.

domain
string

Email domain (e.g. "acme.com"). When provided, auto-discovers the SSO provider matching this domain. If no SSO provider matches, returns a 200 JSON response with provider "local".

Response

SSO or local authentication identifier

provider
string
required
Example:

"local"