Partner portals
Last updated
Was this helpful?
Last updated
Was this helpful?
GET /v1/partner-portals HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*
{
"paging": {
"next": {
"after": "text"
}
},
"data": [
{
"id": "text",
"name": "text"
}
]
}
GET /v1/partner-portals/{portalId} HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*
{
"id": "text",
"name": "text"
}