cURL
curl --request GET \ --url https://www.catchthegoodones.com/api/v1/me
{ "name": "Jane Smith", "email": "jane@example.com" }
Test your API key and retrieve your account information
Authorization
Bearer ctgo_your_api_key_here
curl https://www.catchthegoodones.com/api/v1/me \ -H "Authorization: Bearer ctgo_your_api_key_here"
name
email