curl --request GET \
--url https://backend.swap.coffee/v1/auth
[
{
"token": "<string>",
"name": "<string>",
"hourly_limit": 123,
"options": [
"administrator"
]
}
]
curl --request GET \
--url https://backend.swap.coffee/v1/auth
[
{
"token": "<string>",
"name": "<string>",
"hourly_limit": 123,
"options": [
"administrator"
]
}
]
tokens
The response is of type object[]
.