Values
Quick Reference
Method |
Endpoint |
Description |
|---|---|---|
GET |
/api/Values |
GET /api/Values
Parameters:
Query Parameters:
code (string, query): No description available
Example Request:
from ABConnect import ABConnectAPI
# Initialize the API client
api = ABConnectAPI()
# Make the API call
response = api.raw.get(
"/api/Values"
)
# Process the response
print(response)
ab api raw get /api/Values
curl -X GET \
-H 'Authorization: Bearer YOUR_API_TOKEN' \
'https://api.abconnect.co/api/Values'
Sample Response:
1[]