Live
API: Developer Auth
Authentication endpoints for developer accounts.
Accept Invite
Activate a new developer account.
POST
/api/developer/accept-inviteLiveAuth: None (invite token in body)
| Field | Type | Required | Description |
|---|---|---|---|
| string | Yes | Developer email | |
| password | string | Yes | Password (min 8 chars) |
| password_confirmation | string | Yes | Confirmation |
Login
Authenticate and receive a bearer token.
POST
/api/developer/loginLiveAuth: None
| Field | Type | Required | Description |
|---|---|---|---|
| string | Yes | Developer email | |
| password | string | Yes | Password |
Get Current Developer
Fetch authenticated developer profile.
GET
/api/developer/meLiveAuth: Bearer (developer token)