Auth
Request location one-time sign-in link
This API route allows you to request a one-time sign-in link for a specific location. The link generated by this request is valid for 5 minutes and can be used only once.
Once the request is successful, you will receive a redirect_url in the response. You can use this URL to redirect the user to complete the sign-in process, or alternatively, embed it in an iframe to allow users to sign in directly within your application
POST https://api.fyre.app/api/v1/auth/signin/request
โฌ๏ธ Payload
Parameter
Type
Explanation
Mandatory
fyre_id
string
The unique identifier for the location for which you are requesting the sign-in link.
โ
๐ Payload Example
๐ค Responses
Last updated