cURL
curl --request POST \ --url https://staging.app.yofacturo.es/api/v1/auth/sessions \ --header 'Content-Type: application/json' \ --data ' { "api_key": "org_live_1234567890abcdef" } '
{ "session_token": "H2sY0Qw_example_8eA", "expires_at": "2026-03-27T10:30:00Z" }
Authenticates using api_key and returns a session token valid for 24 hours.
Documentation IndexFetch the complete documentation index at: https://docs.yofacturo.es/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.yofacturo.es/llms.txt
Use this file to discover all available pages before exploring further.
1
Session token created