Applications
Get application
Gets the application object
get/v3/applications
Response
Returns Application object
Example response
{
"request_id": "5967ca40-a2d8-4ee0-a0e0-6f18ace39a90",
"data": {
"application_id": "ad410018-d306-43f9-8361-fa5d7b2172e0",
"organization_id": "f5db4482-dbbe-4b32-b347-61c260d803ce",
"region": "us",
"default_workspace_id": "abf6ff99-05ad-4c0a-aaf8-400aacf2470a",
"v2_application_id": "9nsr7pjw1e1g6hgy9l1znjql7",
"branding": {
"name": "My application",
"icon_url": "https://my-app.com/my-icon.png",
"website_url": "https://my-app.com",
"description": "Online banking application."
},
"hosted_authentication": {
"background_image_url": "https://my-app.com/bg.jpg",
"color_primary": "#dc0000",
"color_secondary": "#000056",
"background_color": "#003400",
"spacing": 5
},
"callback_uris": [
{
"id": "0556d035-6cb6-4262-a035-6b77e11cf8fc",
"url": "https://yourapp.com/callback"
}
]
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.