curl --request POST \
--url https://api.scalev.com/v3/oauth/installation/status \
--header 'Content-Type: application/json' \
--data '
{
"token": "<string>",
"token_type": "access",
"client_id": "<string>",
"client_secret": "<string>"
}
'{
"authorized_business_id": 123,
"client_id": "<string>",
"is_active": true,
"is_enabled": true,
"granted_scopes": [
"<string>"
],
"webhook_status": "active",
"granted_webhook_events": [
"<string>"
],
"approved_billing_tags": [
{
"billing_tag_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"tag_code": "<string>",
"label": "<string>",
"price": 123,
"currency": "<string>",
"action_key": "<string>"
}
],
"application": {
"name": "<string>"
},
"manage_launch_available": true,
"updated_at": "2023-11-07T05:31:56Z"
}No OAuth installation scope. OAuth flow endpoint for app-backend installation status lookup.
curl --request POST \
--url https://api.scalev.com/v3/oauth/installation/status \
--header 'Content-Type: application/json' \
--data '
{
"token": "<string>",
"token_type": "access",
"client_id": "<string>",
"client_secret": "<string>"
}
'{
"authorized_business_id": 123,
"client_id": "<string>",
"is_active": true,
"is_enabled": true,
"granted_scopes": [
"<string>"
],
"webhook_status": "active",
"granted_webhook_events": [
"<string>"
],
"approved_billing_tags": [
{
"billing_tag_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"tag_code": "<string>",
"label": "<string>",
"price": 123,
"currency": "<string>",
"action_key": "<string>"
}
],
"application": {
"name": "<string>"
},
"manage_launch_available": true,
"updated_at": "2023-11-07T05:31:56Z"
}OAuth installation status snapshot
active, inactive Show child attributes
Show child attributes