3U
Live

API: Developer Auth

Authentication endpoints for developer accounts.

Accept Invite

Activate a new developer account.

POST/api/developer/accept-inviteLive
Auth: None (invite token in body)
FieldTypeRequiredDescription
emailstringYesDeveloper email
passwordstringYesPassword (min 8 chars)
password_confirmationstringYesConfirmation

Login

Authenticate and receive a bearer token.

POST/api/developer/loginLive
Auth: None
FieldTypeRequiredDescription
emailstringYesDeveloper email
passwordstringYesPassword

Get Current Developer

Fetch authenticated developer profile.

GET/api/developer/meLive
Auth: Bearer (developer token)