Get a Bearer token
POST
/oauth/token
Security
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://skynewz-api-fortnite.herokuapp.com/api/oauth/token' \
--data-urlencode 'email=' \
--data-urlencode 'password='
Response Response Example
200 - Example 1
{
"access_toekn": "string",
"expiresIn": "string"
}
Request
Body Params application/x-www-form-urlencoded
email
string
required
password
string
required