Skip to main content

Authentication Apis

MethodEndpointAuthDescription
POST/api/v1/auth/registerPublicRegister
POST/api/v1/auth/loginPublicLogin
POST/api/v1/auth/refreshRefreshRefresh token
POST/api/v1/auth/logoutBearerLogout

Example Request

{
"example": "See service documentation for full schemas"
}

Example Response

{
"id": "uuid",
"status": "SUCCESS",
"correlation_id": "uuid"
}

All write endpoints require Idempotency-Key header where applicable.