Skip to main content
POST
/
meta
/
get_targeting_locales_lookup
Get Targeting Locales
curl --request POST \
  --url https://public.plai.io/meta/get_targeting_locales_lookup \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "userId": "<string>"
}
'
{
  "success": true,
  "results": {
    "success": true,
    "locales": [
      {
        "name": "<string>",
        "key": "<string>"
      }
    ],
    "error": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://plai-a079b342.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Request Body

userId
string
required
User ID, If not already created, make a user on create user page first. If already created, retrieve the user ID from get profile page.

Response

success
boolean
Indicates that the HTTP response was successful (status code 200 OK).
results
object