API Documentation
  • Introduction
  • Resources
    • Languages
    • Image Reports
    • Projects
  • API Librairies
    • PHP
Powered by GitBook
On this page

Was this helpful?

  1. Resources

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"
    }
}
{
    "success": false,
    "code": "not_exist"
}

PreviousImage ReportsNextPHP

Last updated 6 years ago

Was this helpful?