{{baseUrl}}/token/:token
GET {{baseUrl}}/token/:token
Method that returns the token you passed in the path
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"data": [
{
"scopes": [
"GET:imprese.openapi.it/base",
"GET:imprese.openapi.it/advance"
],
"expire": 1627139406,
"token": "5f0efd20568fa12c575182f0"
}
],
"success": true,
"message": "",
"error": null
} |
ENDPOINTS