https://api.console.iugu.com/apps/list_installed
Installed apps
Returns a list of apps installed in the provided workspace
Sem ações implementadas definidas
Request
|
Query params |
|
|---|---|
|
workspace_id
Required Type: string The unique identifier of the workspace Ex: abcd1234efgh5678ijkl |
|
Response
|
200 |
||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Success
|
||||||||||||||
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[
{
"id": "3W3pZX7CxbPGjC8WDTmunA",
"name": "First",
"service_api_url": "https://test.com",
"entitlements": [
"activity_consumer",
"workflow_provider",
"embedding_provider"
],
"blocked": false,
"billable": false
}
]
|
400 |
||
|---|---|---|
|
Bad Request
|
||
1
2
3
{
"status": "Missing workspace id parameter"
}
|
401 |
||||
|---|---|---|---|---|
|
Unauthorized
|
||||
1
2
3
4
{
"error": "JWT::ExpiredSignature",
"error_description": "Signature has expired"
}