POST /api/v1/apps/{appId}/logo
Uploads a logo for the app instance. If the app already has a logo, this operation replaces the previous logo.
The logo is visible in the Admin Console as an icon for your app instance.
If you have one appLink
object configured, this logo also appears in the End-User Dashboard as an icon for your app.
Note: If you have multiple
appLink
objects, use the Admin Console to add logos for each app link. You can't use the API to add logos for multiple app links.
Servers
- https://{yourOktaDomain}
Path parameters
Name | Type | Required | Description |
---|---|---|---|
appId |
String | Yes |
Application ID |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.