TravelyfeHelp
المطورونReferenceAccount

How An Address Signs In

POST
/v1/account/sign-in-methods

The ways an email address can sign in: email, apple or google, or none. Asked before sign-in, with the public key.

Only available to the Travelyfe apps. Tokens issued to other apps receive forbidden.

AuthorizationBearer <token>

A Travelyfe access token.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/account/sign-in-methods" \  -H "Content-Type: application/json" \  -d '{    "email": "[email protected]"  }'
[  "email"]