Skip to content

Exchange a Supabase session for a pkgPlease token

POST
/api/v1/auth/login
curl --request POST \
--url https://api.pkgplease.com/api/v1/auth/login \
--header 'Authorization: Bearer <token>'

Authenticated identity has no org yet

Media typeapplication/json
object
status
string
Allowed values: no_org
email
string
nullable
Example
{
"status": "no_org"
}

Session token issued (prefix pkgpls_ses_)

Media typeapplication/json
object
token
string
Examplegenerated
{
"token": "example"
}