https://api.console.iugu.com/workspaces
List user workspaces.
List the current user's worskspaces and their information.
Sem ações implementadas definidas
Request
Response
|
200 |
||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Success
|
||||||||||||||||||
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"current": "abcd1234efgh5678ijkl",
"current_locale": "pt-BR",
"workspaces": [
{
"id": "2hjQ4fyIJuqcVcJOJjuh9S",
"name": "Iugu IP SA",
"logo": "iugu.com/workspace_logo.png",
"time_zone": "America/Sao_Paulo",
"time_zone_offset": "-03"
}
]
}
|
401 |
||||
|---|---|---|---|---|
|
Unauthorized
|
||||
1
2
3
4
{
"error": "JWT::ExpiredSignature",
"error_description": "Signature has expired"
}
|
404 |
||
|---|---|---|
|
Workspace Not Found
|
||
1
2
3
{
"error_description": "Workspace not Found"
}