Logo PopinaPopina API

Get config JSON download URL

Get config JSON download URL from Firebase Storage for the authenticated device's location

GET/v1/legacy/config/
AuthorizationBearer <token>

Please provide your device JWT token in the format 'Bearer '

In: header

Response Body

application/json

application/json

application/json

curl -X GET "http://localhost:4004/v1/legacy/config/"
{
  "downloadURL": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}