Files
skamp/bruno/propify/Organizations/Get one by ID.bru
Murat Özkorkmaz fb416dff55
All checks were successful
Build, Push and Deploy / build-and-deploy (push) Successful in 55s
Several fixes
- added organizations
- added industries
- added logo in 2 colors for light and dark theme
- improved authorization to allow multi tenancy
- added Bruno configs
2025-11-13 19:56:12 +01:00

20 lines
260 B
Plaintext

meta {
name: Get one by ID
type: http
seq: 2
}
get {
url: {{API_BASE_URL}}/api/{{API_VERSION}}/organizations/5dba067e-d7fd-4d79-a08a-ec379834938a
body: none
auth: bearer
}
auth:bearer {
token: {{BEARER_TOKEN}}
}
settings {
encodeUrl: true
}