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

Brand Check Result

Developing
GET
/api/px/brandcheckresult
This endpoint use to get brandcheck result.

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query 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://dev.your-api-server.com/api/px/brandcheckresult?id=7f3695f7-22bb-4204-8449-059530597238' \
--header 'Authorization: Bearer <token>'

Responses

🟢200Success
application/json
Body

Examples
{
    "data": {
        "status": "Completed",
        "score": "7/10"
    },
    "statusCode": 200,
    "isSucceded": false,
    "errors": []
}
🟠400Validation Failed Response
🟠404Record Not Found
🔴500Server Error
Modified at 2024-04-30 10:37:48
Previous
Run Brand Check
Next
Sync
Built with