Authentication

Generate seamless sign-in links for partner locations.

Request location one-time sign-in link

post

Generate a short-lived, one-time URL to auto-authenticate a specific location into the Fyre interface.

Note on Domains: The domain in the returned redirect_url will vary depending on your white-label configuration (e.g., bo.fyre.app vs your-brand.com).

Required Permission: locations.auth.link

Authorizations
X-API-KEYstringRequired

Standard API Key authentication.

Body
fyre_idstringRequired

The unique identifier for the location.

Example: FR0100000000
Responses
chevron-right
200

Success. Use the returned URL to redirect the user.

application/json
post
/auth/signin/request

Last updated