curl --request GET \
--url https://api.bases.rdstationmentoria.com.br/rest/bases/{id} \
--header 'Authorization: Bearer <token>'
{
"id": "<string>",
"status": "in_progress",
"description": "<string>",
"sources": [
{
"id": "<string>",
"baseId": "<string>",
"type": "site",
"file": {
"url": null,
"data": null,
"title": null,
"img": null,
"description": null,
"size": null,
"key": null,
"ext": null
}
}
]
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successful response
The response is of type object
.
curl --request GET \
--url https://api.bases.rdstationmentoria.com.br/rest/bases/{id} \
--header 'Authorization: Bearer <token>'
{
"id": "<string>",
"status": "in_progress",
"description": "<string>",
"sources": [
{
"id": "<string>",
"baseId": "<string>",
"type": "site",
"file": {
"url": null,
"data": null,
"title": null,
"img": null,
"description": null,
"size": null,
"key": null,
"ext": null
}
}
]
}
curl --request GET \
--url https://api.bases.rdstationmentoria.com.br/rest/bases/{id} \
--header 'Authorization: Bearer <token>'
{
"id": "<string>",
"status": "in_progress",
"description": "<string>",
"sources": [
{
"id": "<string>",
"baseId": "<string>",
"type": "site",
"file": {
"url": null,
"data": null,
"title": null,
"img": null,
"description": null,
"size": null,
"key": null,
"ext": null
}
}
]
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successful response
The response is of type object
.
curl --request GET \
--url https://api.bases.rdstationmentoria.com.br/rest/bases/{id} \
--header 'Authorization: Bearer <token>'
{
"id": "<string>",
"status": "in_progress",
"description": "<string>",
"sources": [
{
"id": "<string>",
"baseId": "<string>",
"type": "site",
"file": {
"url": null,
"data": null,
"title": null,
"img": null,
"description": null,
"size": null,
"key": null,
"ext": null
}
}
]
}