Integrations
Get integrations
Fetch all the integration(names, category, etc.) that Browserstack Integrate supports.
Request parameters
Request
curl -u "YOUR_USERNAME:YOUR_ACCESS_KEY" \
-X GET "https://intgerations.browserstack.com/api/integrations?unique_user_id=steve@acme.com"
No parameter required.
Response attributes 200
application/json
Response
{
"success": true,
"data": {
"integrations": [
{
"key": "jira",
"label": "Jira",
"icon": "/icons/jira.png",
"category": "pm-tools",
"auth_meta": {
"oauth": {
"supported": true,
"path": "/api/integrations/oauth?integration_key=jira"
},
"api_token": {
"supported": true,
"fields": [
{
"label": "Atlassian host",
"key": "site",
"placeholder": "https://your-domain.atlassian.net",
"type": "text"
},
{
"label": "Email ID or username (used in Jira)",
"key": "username",
"type": "text"
},
{
"label": "Password or API token",
"key": "api_token",
"type": "password",
"doc_link": {
"href": "https://id.atlassian.com/manage-profile/security/api-tokens",
"text": "Get your API token"
}
}
]
}
},
"setup_completed": true
}
]
}
}
-
data Object
List of all integrations
We're sorry to hear that. Please share your feedback so we can do better
Contact our Support team for immediate help while we work on improving our docs.