GET
https://api.applivery.io/v1/open-info/providers/{organizationSlug}
Request
Send your API key in the request header
authorization
Example:
Authorization: Bearer <token>
organizationSlug
string
required
Responses
200 Response
application/json
status
boolean
optional
data
object
optional
id
string
optional
{
"status": true,
"data": {
"id": "string"
}
}