POST
/
grants
/
refresh-token
Error
A valid request URL is required to generate request examples
{
  "id": 123,
  "sub": "<string>",
  "app_name": "<string>",
  "type": "<string>",
  "token": "<string>",
  "expires_at": "2023-11-07T05:31:56Z",
  "date_created": "2023-11-07T05:31:56Z",
  "date_last_updated": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Copy your Cognito JWT Token below: 'Bearer <JWT>'

Body

application/json
email
string

Email Address

password
string

Password

app_name
string

Application name

Response

Success

id
integer

Grant id

sub
string

Subject id

app_name
string

Application name

type
string

Grant type

token
string

Token

expires_at
string<date-time>
date_created
string<date-time>
date_last_updated
string<date-time>