ApiK Y B Re verification

The business's locked-field change requests

GET
/api/b/v1/kyb/field-change-requests

Authorization

OAuth2PasswordBearer
AuthorizationBearer <token>

In: header

admin_access_token?string|null

Response Body

application/json

application/json

curl -X GET "https://example.com/api/b/v1/kyb/field-change-requests"
{  "requests": [    {      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",      "field": "legal_name",      "old_value": "string",      "new_value": "string",      "status": "pending",      "requested_by": "cda0f200-65cd-4343-aedd-9c936b908826",      "created_at": "2019-08-24T14:15:22Z"    }  ]}