Get started

    API Endpoint
                

Get TwinBP exisiting Brands.

To use this API, you need an API key. Please contact us at https://app.twinbp.com to get your own API key.

get characters


        curl --location 'https://app.twinbp.com/api/brand'
                

To get characters you need to make a Get call to the following url :
https://app.twinbp.com/api/brand



Result example :

            {
                "status": "success",
                "status_code": 140,
                "message": "successfully processed",
                "data": [
                    {
                        "id": 1,
                        "name": "Dulux Paints",
                        "code": "dulax-paint",
                        "description": null,
                        "link": "dulax.com",
                        "logo": "test.png",
                        "is_active": "1",
                        "is_deleted": "0",
                        "created_at": null,
                        "updated_at": null
                    },
                    {
                        "id": 2,
                        "name": "Nippolac Paints",
                        "code": "nippolac-paint",
                        "description": null,
                        "link": "nippolac.com",
                        "logo": "nippolac.png",
                        "is_active": "1",
                        "is_deleted": "0",
                        "created_at": null,
                        "updated_at": null
                    },
                    {
                        "id": 4,
                        "name": "Lanka Tiles",
                        "code": "LankaTile1",
                        "description": "testing",
                        "link": "https://en.wikipedia.org/wiki/Lanka_Tiles",
                        "logo": "01b6cdcf88853c61df405d556656fa0e.png",
                        "is_active": "1",
                        "is_deleted": "0",
                        "created_at": "2023-09-29T07:20:05.000000Z",
                        "updated_at": "2024-01-12T07:41:05.000000Z"
                    }
            }
                

Input Data

Field Type Description

Errors

The Get Brand API uses the following error codes:

Error Code Meaning
1000 something went wrong message