Api::V1::Public::EntouragesController API

Users

Get entourage with id

GET /api/v1/public/entourages/:uuid

Parameters

Name Description
token token
uuid uuid

Request

Headers

Content-Type: application/json
Host: example.org
Cookie: 

Route

GET /api/v1/public/entourages/36?token=foobar127

Query Parameters

token: foobar127

Response

Headers

X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
X-Download-Options: noopen
X-Permitted-Cross-Domain-Policies: none
Referrer-Policy: strict-origin-when-cross-origin
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET,POST,PUT,PATCH,DELETE
Access-Control-Allow-Headers: Origin,Accept,Content-Type,X-Requested-With,X-CSRF-Token,X-API-KEY
Content-Type: application/json; charset=utf-8
Cache-Control: no-cache
X-Request-Id: ab854320-c684-427a-9a2c-1a8371af2d1c
X-Runtime: 0.008880
Content-Length: 39

Status

404 Not Found

Body

{
  "message": "Could not found Entourage"
}