POST
/v1/auth/notp/
{provider}
/signup-inLogin in using NTOP. If the user does not exist, a new user will be created with the given identifier
Endpoint Authentication
Use authorization bearer header with the following format:
Authorization: Bearer \<Project ID\>
Authorization
Authorization
RequiredBearer <token>
In: header
Request Body
provider
string
Whatsapp, IMessage, etc
loginId
string
Optional, becasue can be retrived from the provider webhook
loginOptions
object
providerId
string
templates
object
NOTP Requests & Responses
ssoAppId
string
Path Parameters
provider
Requiredstring
Whatsapp, IMessage, etc
Status code | Description |
---|---|
200 | OK |
Was this helpful?