Apps (BYOK)
Get a single OAuth app
GET
/v1/apps/{id}Authorization
accessKey x-access-key<token>
In: header
Path Parameters
id*string
OAuth app ID
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/v1/apps/string"{
"success": true,
"app": {
"id": "string",
"platform": "twitter",
"name": "string",
"imageUrl": "string",
"clientId": "string",
"integrationCount": 0,
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}
}{
"error": "string"
}{
"error": "string"
}