Projects
Resource Project
Get Owner Info
GET
https://api.imageseo.io/v1/external/projects/owner
This endpoint returns you the information of the user who owns the API Key
Headers
Name
Type
Description
Authentication
string
{YOUR_API_KEY}
{
"success": true,
"result": {
"isActive": true,
"current_request_images": 0,
"bonus_stock_images": 0,
"start_timelimit": "1555688843",
"plan": {
"slug": "free",
"id": "plan_EDib7AIypKXJHN",
"type": "month",
"limit_images": 20,
"limit_projects": 1,
"price": 0,
"name": "Free"
},
"id": "5cb9ed8bfc92d3af76324ef1"
}
}
Last updated
Was this helpful?