Referencia de APIOrganization
Get Organization image by organizationid
← Back to full API reference
GET
/v1/organization/image/:organizationIdPublic- This endpoint can be called without an authenticated session.
Request details
Path params
| Field | Required | Description |
|---|---|---|
| organizationId | Yes | Required path parameter. |
Default payloads
Path params
json
{
"organizationId": 1
}Query
json
{}Sample response
json
{
"success": true,
"message": "Sample response placeholder for GET /v1/organization/image/:organizationId"
}