Perfis de acesso disponíveis

gethttps://sandbox-api.rebornpay.io/v1/companies/team/profilesAuth obrigatória

Headers

X-Api-Keystringrequired

API Key do seller (header)

Responses

200OK
array
curl -X GET 'https://sandbox-api.rebornpay.io/v1/companies/team/profiles' \  -H 'X-Api-Key: $API_KEY'
200Response example
[
  {
    "profile": "OWNER",
    "label": "string",
    "description": "string",
    "memberCount": 1,
    "permissionTags": [
      "string"
    ]
  }
]