post https://example.com/api/oauth/token
Log in to see full request history
Responses
200Success
400Bad Request
403Forbidden
404Not Found
200Success
400Bad Request
403Forbidden
404Not Found
xxxxxxxxxx
12curl --request POST \
--url https://example.com/api/oauth/token \
--header 'content-type: application/json' \
--data '
{
"username": "admin@wastern.io",
"password": "wasternAdmin",
"grant_type": "password",
"client_id": "1",
"client_secret": "6l15BNzqnEWgVYLmeRq2A01Th8MvaXcr9TSpRL8Q"
}
'
Try It!
to start a request and see the response here!