34 lines
1.9 KiB
HTTP
34 lines
1.9 KiB
HTTP
|
|
|
|
### GET request with a header
|
|
GET {{domain}}/api/cars/zz7v3zqbw03cqnxlolobka1b?populate=*
|
|
Accept: application/json
|
|
#Authorization: Bearer {{token}}
|
|
|
|
|
|
|
|
### GET request with a header
|
|
GET {{domain}}/api/about?populate=deep
|
|
Accept: application/json
|
|
#Authorization: Bearer {{token}}
|
|
|
|
### GET request with a header
|
|
GET {{domain}}/api/contact-page?fields[0]=*&populate[contactUs][fields][0]=*&populate[google_maps][fields][0]=*&populate[blogs][fields][0]=*&populate[blogs][populate][button][fields][0]=*&populate[blogs][populate][posts][fields][0]=name&populate[blogs][populate][posts][fields][1]=id&populate[blogs][populate][posts][fields][2]=header&populate[blogs][populate][posts][fields][3]=documentId&populate[blogs][populate][posts][populate][tags][fields][0]=*&populate[blogs][populate][posts][populate][teaserImage][fields][0]=name&populate[blogs][populate][posts][populate][teaserImage][fields][1]=mime&populate[blogs][populate][posts][populate][teaserImage][fields][2]=url&populate[subscribe][fields][0]=*&populate[footer][fields][0]=*&populate[footer][populate][links][fields][0]=*&populate[footer][populate][contactUsEmail][fields][0]=*&populate[footer][populate][contactUsLocation][fields][0]=*&populate[footer][populate][contactUsPhoneNumber][fields][0]=*
|
|
Accept: application/json
|
|
#Authorization: Bearer {{token}}
|
|
|
|
x
|
|
### GET request with a header
|
|
GET {{domain}}/api/yoga-blog-posts/wmhqy1n8japcfpy0of4hauwm
|
|
Accept: application/json
|
|
#Authorization: Bearer {{token}}
|
|
|
|
|
|
### GET request with a header
|
|
GET {{domain}}/api/yoga-single-services?filters[name][$eq]=service4
|
|
Accept: application/json
|
|
|
|
### GET service page
|
|
GET {{domain}}/api/service-page?fields[0]=*&populate[subscribeNow][fields][0]=*&populate[footer][fields][0]=*&populate[footer][populate][links][fields][0]=*&populate[footer][populate][contactUsEmail][fields][0]=*&populate[footer][populate][contactUsLocation][fields][0]=*&populate[footer][populate][contactUsPhoneNumber][fields][0]=*
|
|
Accept: application/json
|