logo
SystemList Accessible Endpoints

List Accessible Endpoints

Returns the list of API endpoints the authenticated customer can access, along with per-endpoint credit cost and monthly limits based on their plan.

curl -X GET "https://v3-api.texau.com/api/v1/my-endpoints" \
  -H "Content-Type: application/json" \
  -H "x-api-key: YOUR_API_KEY"
{
  "plan": "growth",
  "endpoints": [
    {
      "name": "enrich_profile",
      "credits_per_call": 1,
      "monthly_limit": 100000
    }
  ],
  "total": 30
}
GET
/my-endpoints
GET
API Key (header: x-api-key)
x-api-keystring
Required

Your TexAu API key. Contact TexAu to obtain one.

Your TexAu API key. Contact TexAu to obtain one.
Request Preview
Response

Response will appear here after sending the request

Authentication

header
x-api-keystring
Required

API Key for authentication. Your TexAu API key. Contact TexAu to obtain one.

Responses

planstring

The customer's current plan name

endpointsarray
totalinteger

Total number of endpoints available