POST
/v1/auth/notp/
{provider}/signinLogin a user using NOTP
Endpoint Authentication
Use authorization bearer header with the following format:
Authorization: Bearer \<Project ID\>
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
providerstring
Whatsapp, IMessage, etc
loginIdstring
Optional, becasue can be retrived from the provider webhook
loginOptionsobject
providerIdstring
templatesobject
NOTP Requests & Responses
ssoAppIdstring
Path Parameters
providerRequiredstring
Whatsapp, IMessage, etc
| Status code | Description |
|---|---|
200 | OK |
Was this helpful?