/api/v1/Companies/search
Authorization
ApiKey Bearer X-Api-Key<token>
Provide your API key in the X-Api-Key header.
In: header
AuthorizationBearer <token>
Enter a JWT token obtained from /api/v1/auth/login.
In: header
Query Parameters
lei?string
name?string
registrationNumber?string
countryCode?string
page?|
Match
^-?(?:0|[1-9]\d*)$Format
int32pageSize?|
Match
^-?(?:0|[1-9]\d*)$Format
int32Response Body
application/json
application/json
curl -X GET "https://loading/api/v1/Companies/search"[
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"lei": null,
"name": "string",
"countryCode": "string",
"registrationNumber": "string"
}
]{
"type": null,
"title": null,
"status": null,
"detail": null,
"instance": null
}