curl --request PUT \
--url https://api.sandbox.tesouro.com/identity/v1/organizations/{organizationId}/logo \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--form file='@example-file'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"createdAt": "2023-11-07T05:31:56Z",
"fileType": "<string>",
"md5": "<string>",
"mimetype": "<string>",
"name": "<string>",
"region": "<string>",
"size": 123,
"url": "<string>",
"pages": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"mimetype": "<string>",
"number": 123,
"size": 123,
"url": "<string>"
}
],
"previews": [
{
"height": 123,
"url": "<string>",
"width": 123
}
]
}Requires the org:write:all scope.
Token types: APP, USER | Required scopes: org:write:all
curl --request PUT \
--url https://api.sandbox.tesouro.com/identity/v1/organizations/{organizationId}/logo \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--form file='@example-file'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"createdAt": "2023-11-07T05:31:56Z",
"fileType": "<string>",
"md5": "<string>",
"mimetype": "<string>",
"name": "<string>",
"region": "<string>",
"size": 123,
"url": "<string>",
"pages": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"mimetype": "<string>",
"number": 123,
"size": 123,
"url": "<string>"
}
],
"previews": [
{
"height": 123,
"url": "<string>",
"width": 123
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.tesouro.com/llms.txt
Use this file to discover all available pages before exploring further.
Application (M2M) OAuth2 access token (client credentials).
The organization ID.
Returns the uploaded logo file metadata.
Show child attributes
Show child attributes
Was this page helpful?