BrandCheck-PX
  1. BrandCheck
BrandCheck-PX
  • BrandCheck
    • PX
      • Create Project
      • Run Brand Check
      • Brand Check Result
    • Altair
      • Sync
    • External Login
      GET
  1. BrandCheck

External Login

GET
https://brandcheck-nonprod-api-dev.azurewebsites.net/api/v1/auth/ExternalLogin
This api is use to get the bearer token for external services to use brandcheck api.

Request

Header Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://brandcheck-nonprod-api-dev.azurewebsites.net/api/v1/auth/ExternalLogin' \
--header 'access_token: Xa0SHJKZnkxRpZSm6TWkp2cY05hQ3aB'

Responses

🟢200Success
application/json
Body

Example
{
    "data": {
        "token": "Xa0SHJKZnkxRpZSm6TWkp2cY05hQ3aB+Ht9wrYyF/ZNO7fjlNfyDZdMsbYRS1FcBj82hFzkdwWtopA0MaCnOAEOmv8LItIg==",
        "refresToken": null,
        "expiresIn": "2024-05-22T07:02:53.8514458Z",
        "user": null,
        "userPermissions": null
    },
    "statusCode": 200,
    "isSucceded": true,
    "errors": []
}
🟠400Validation Failed Response
Modified at 2024-05-22 06:59:13
Previous
Sync
Built with