Get All Connections

Get all connections for a given brand.

Path

/v1/partner/connection

Method

GET

Header

Content-Type: application/json

Authorization: Bearer access token

Query Params

size = "int" (Default:10. Keep size -1 for loading all)

offset = "int" (Default 0)

Success response

{

"code": 200,

"message": "string",

"response": {

"requestId": "string"

“connections”: [

{

“id” : “string”,

“sourceId” : “string”,

“destinationId” : “string”,

"createdDate": int

},

]

}

}

Error response

{

"code": 500,

"message": "string",

"response": null

}

Last updated