Skip to content

Authentication

Samooha uses one API key for all Geoplan requests.

Item Value
Base URL https://api-stg-sling.rgoc.com.ph/api/v1
Create or rotate key Staging API Keys
Rate limit 60 requests per 5 minutes
Source IP allowlist None
Client certificate None
x-api-key: <api-key>
Rule Value
Header x-api-key
Coverage All Samooha API calls
Missing or invalid key 401 Unauthorized

Geoplan also supports bearer tokens. The agreed Samooha method is the API key.

Terminal window
curl "https://api-stg-sling.rgoc.com.ph/api/v1/master-data-sync/status" \
--header "x-api-key: $SAMOOHA_API_KEY"

Keep the key out of URLs, request bodies, logs, and screenshots.