GET
/
csv_import
/
{program_id}
curl --request GET \
  --url https://api.helpyousponsor.com/v1/csv_import/{program_id} \
  --header 'Authorization: Bearer <token>'
{
  "program": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

program_id
integer
required

ID of the program

Response

200
application/json
Successful operation
program
object