Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://identity-sandbox.payven.com.tr/api/v1/auth/{slug}/login \ --header 'Content-Type: application/json; ver=1.0' \ --data ' { "username": "<string>", "password": "<string>" } '
{ "access_token": "<string>", "refresh_token": "<string>", "expires_in": 123, "refresh_expires_in": 123, "token_type": "<string>", "scope": "<string>" }
OK