-
Notifications
You must be signed in to change notification settings - Fork 0
Request Examples
Larry Gebhardt edited this page Feb 7, 2024
·
2 revisions
curl "http://localhost:4000/v09/contacts?page%5Bsize%5D=1000" \
-H 'Accept: application/vnd.api+json' \
-H 'Authorization: admin1'
curl "http://localhost:4000/v10/contacts?page%5Bsize%5D=1000" \
-H 'Accept: application/vnd.api+json' \
-H 'Authorization: admin1'
curl "http://localhost:4000/v11/contacts?page%5Bsize%5D=1000" \
-H 'Accept: application/vnd.api+json' \
-H 'Authorization: admin1'
curl "http://localhost:4000/v09/contacts?include=creator&page%5Bsize%5D=1000" \
-H 'Accept: application/vnd.api+json' \
-H 'Authorization: admin1'
curl "http://localhost:4000/v10/contacts?include=creator&page%5Bsize%5D=1000" \
-H 'Accept: application/vnd.api+json' \
-H 'Authorization: admin1'
curl "http://localhost:4000/v11/contacts?include=creator&page%5Bsize%5D=1000" \
-H 'Accept: application/vnd.api+json' \
-H 'Authorization: admin1'