Saltar al contenido principal
GET
/
v1
/
search
Get an API key to search for all objects
curl --request GET \
  --url https://api.bold-factory.com/v1/search \
  --header 'Authorization: Bearer <token>'
{
  "apiKey": "<string>"
}

Autorizaciones

Authorization
string
header
requerido

Use a valid JWT token in the Authorization header with the format 'Bearer {token}'

Respuesta

OK

apiKey
string
requerido