Authorize Minted
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"username": "string",
"password": "string"
}
Request Code Samples
curl --location 'https://testbackoffice.flyp.com.tr/auth/signin' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"username": "string",
"password": "string"
}'
Responses
application/json
Modified at 2024-12-30 14:34:31