GET
/
v1
/
partners
/
{id}
curl --request GET \
  --url https://api.getreditus.com/api/v1/partners/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "c562f3dd-46d1-4a1a-a000-88140f5ed37e",
    "type": "partner",
    "attributes": {
      "name": "test@test.com",
      "paypal_email": "test@test.com",
      "created_at": 1624613434,
      "updated_at": 1624613847
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200 - application/json
Successful response
data
object