Skip to main content
Table of Contents

API token

Save API token

Securely authenticate your users’ integration by saving the API token.

GET /api/save-api-token

Request parameters

Request

curl -u "YOUR_USERNAME:YOUR_ACCESS_KEY" \
-X GET "https://integrate.browserstack.com/api/save-api-token?unique_user_id=steve@acme.com&integration_key=jira"
  • unique_user_id* String

    Unique identifier for user e.g. email ID

  • integration_key* String

    Name of the tool. Allowed values are jira, azuredevops

Response attributes 200 application/json

Response

{
    "success": true,
    "message": "Saved credentials"
}
  • success Boolean

    Operation was a success or failure.

  • message String

    Success or failure message.

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.

We're continuously improving our docs. We'd love to know what you liked






Thank you for your valuable feedback